QAGetNoticeMethod
You can use theQAGetNoticeMethod
function to get the notice method of a draw context.
#define QAGetNoticeMethod(drawContext, method, completionCallBack, refCon) \ (drawContext)->getNoticeMethod (drawContext, method, completionCallBack, refCon)
drawContext
- A draw context.
method
- A method selector. See "Notice Method Selectors" (page 1-68) for a description of the available method selectors.
completionCallBack
- On exit, a pointer to the current draw context notice method of the specified type.
refCon
- On exit, the reference constant of the specified notice method.
DESCRIPTION
TheQAGetNoticeMethod
function returns, in thecompletionCallBack
parameter, a pointer to the current notice method of the draw context specified by thedrawContext
parameter that has the type specified by themethod
parameter.QAGetNoticeMethod
also returns, in therefCon
parameter, the reference constant associated with that notice method.SEE ALSO
UseQASetNoticeMethod
(next) to set the notice method for a draw context.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help